home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 21 / Cream of the Crop 21 (Terry Blount) (October 1996).iso / program / multlang.zip / MAIN.DFM / MAIN.txt
Text File  |  1996-06-12  |  5KB  |  204 lines

  1. object MainForm: TMainForm
  2.   Left = 232
  3.   Top = 115
  4.   Width = 518
  5.   Height = 419
  6.   Caption = 'TMultLang Bi Lingual Test Application'
  7.   Font.Color = clWindowText
  8.   Font.Height = -13
  9.   Font.Name = 'System'
  10.   Font.Style = []
  11.   FormStyle = fsMDIForm
  12.   Menu = MainMenu1
  13.   Position = poScreenCenter
  14.   WindowMenu = Window1
  15.   OnCreate = FormCreate
  16.   OnDestroy = FormDestroy
  17.   PixelsPerInch = 96
  18.   TextHeight = 16
  19.   object Panel1: TPanel
  20.     Left = 0
  21.     Top = 347
  22.     Width = 510
  23.     Height = 26
  24.     Align = alBottom
  25.     BorderWidth = 1
  26.     TabOrder = 0
  27.     object StatusLine: TPanel
  28.       Left = 2
  29.       Top = 2
  30.       Width = 445
  31.       Height = 22
  32.       Align = alClient
  33.       Alignment = taLeftJustify
  34.       BevelOuter = bvLowered
  35.       BorderWidth = 1
  36.       Font.Color = clBlack
  37.       Font.Height = -11
  38.       Font.Name = 'MS Sans Serif'
  39.       Font.Style = []
  40.       ParentFont = False
  41.       TabOrder = 0
  42.     end
  43.     object Panel2: TPanel
  44.       Left = 447
  45.       Top = 2
  46.       Width = 61
  47.       Height = 22
  48.       Align = alRight
  49.       Alignment = taLeftJustify
  50.       BevelOuter = bvLowered
  51.       TabOrder = 1
  52.     end
  53.   end
  54.   object MultLang1: TMultLang
  55.     Left = 68
  56.     Top = 20
  57.     Width = 145
  58.     Height = 22
  59.     AlignIcon = alLeft
  60.     AlignText = alLeft
  61.     IconMargin = 1
  62.     ItemHeight = 16
  63.     Items.Strings = (
  64.       'English'
  65.       'Swedish')
  66.     ShowIcons = False
  67.     Text = 'English'
  68.     ResizeIcon = False
  69.     TextMargin = 5
  70.     AdoptOn = Language1
  71.     DefaultLanguage = 'English'
  72.     LanguageFile = '%EXEPath%Mdiapp.lan'
  73.     LanguagesData = {}
  74.   end
  75.   object MainMenu1: TMainMenu
  76.     Left = 20
  77.     Top = 40
  78.     object File1: TMenuItem
  79.       Caption = '&File'
  80.       Hint = 'File related commands'
  81.       ShortCut = 0
  82.       object FileExitItem: TMenuItem
  83.         Caption = 'E&xit'
  84.         Hint = 'Exit the application'
  85.         ShortCut = 0
  86.         OnClick = FileExitItemClick
  87.       end
  88.     end
  89.     object Features1: TMenuItem
  90.       Caption = 'F&eatures'
  91.       ShortCut = 0
  92.       object DateTimeCurrency1: TMenuItem
  93.         Caption = 'Date / Time / Currency'
  94.         ShortCut = 0
  95.         OnClick = DateTimeCurrency1Click
  96.       end
  97.       object Commondialogs1: TMenuItem
  98.         Caption = 'Common dialogs'
  99.         ShortCut = 0
  100.         OnClick = Commondialogs1Click
  101.       end
  102.       object Messagedialogs1: TMenuItem
  103.         Caption = 'Message dialogs'
  104.         ShortCut = 0
  105.         OnClick = Messagedialogs1Click
  106.       end
  107.       object CommonControls1: TMenuItem
  108.         Caption = 'General Controls'
  109.         ShortCut = 0
  110.         OnClick = CommonControls1Click
  111.       end
  112.       object Stringlists1: TMenuItem
  113.         Caption = 'String lists'
  114.         ShortCut = 0
  115.         OnClick = Stringlists1Click
  116.       end
  117.       object Icons1: TMenuItem
  118.         Caption = 'Icons'
  119.         ShortCut = 0
  120.         OnClick = Icons1Click
  121.       end
  122.       object ImportExport1: TMenuItem
  123.         Caption = 'Import / Export'
  124.         ShortCut = 0
  125.         OnClick = ImportExport1Click
  126.       end
  127.       object Objectresizing1: TMenuItem
  128.         Caption = 'Object resizing'
  129.         ShortCut = 0
  130.         OnClick = Objectresizing1Click
  131.       end
  132.       object Userdefinedstrings1: TMenuItem
  133.         Caption = 'User defined strings'
  134.         ShortCut = 0
  135.         OnClick = Userdefinedstrings1Click
  136.       end
  137.       object Adopton1: TMenuItem
  138.         Caption = 'Adopt on other controls'
  139.         ShortCut = 0
  140.         OnClick = Adopton1Click
  141.       end
  142.       object Speedinlargeprojects1: TMenuItem
  143.         Caption = 'Language Editor'
  144.         ShortCut = 0
  145.         OnClick = Speedinlargeprojects1Click
  146.       end
  147.     end
  148.     object Language1: TMenuItem
  149.       Caption = '&Language'
  150.       ShortCut = 0
  151.       object TMenuItem
  152.         Caption = 'Swedish'
  153.         RadioItem = True
  154.         ShortCut = 0
  155.       end
  156.       object TMenuItem
  157.         Caption = 'English'
  158.         Checked = True
  159.         RadioItem = True
  160.         ShortCut = 0
  161.       end
  162.     end
  163.     object Window1: TMenuItem
  164.       Caption = '&Window'
  165.       Hint = 'Window related commands such as Tile and Cascade'
  166.       ShortCut = 0
  167.       object WindowCascadeItem: TMenuItem
  168.         Caption = '&Cascade'
  169.         Hint = 'Arrange windows to overlap'
  170.         ShortCut = 0
  171.         OnClick = WindowCascadeItemClick
  172.       end
  173.       object WindowTileItem: TMenuItem
  174.         Caption = '&Tile'
  175.         Hint = 'Arrange windows without overlap'
  176.         ShortCut = 0
  177.         OnClick = WindowTileItemClick
  178.       end
  179.       object WindowArrangeItem: TMenuItem
  180.         Caption = '&Arrange Icons'
  181.         Hint = 'Arrange window icons at bottom of main window'
  182.         ShortCut = 0
  183.         OnClick = WindowArrangeItemClick
  184.       end
  185.       object WindowMinimizeItem: TMenuItem
  186.         Caption = '&Minimize All'
  187.         Hint = 'Minimize all windows'
  188.         ShortCut = 0
  189.         OnClick = WindowMinimizeItemClick
  190.       end
  191.     end
  192.     object Help1: TMenuItem
  193.       Caption = '&Register'
  194.       Hint = 'Help topics'
  195.       ShortCut = 0
  196.       object Order1: TMenuItem
  197.         Caption = 'Order now'
  198.         ShortCut = 0
  199.         OnClick = Order1Click
  200.       end
  201.     end
  202.   end
  203. end
  204.